golang.org/x/net/http2.clientStream.trace (field)

11 uses

	golang.org/x/net/http2 (current package)
		transport.go#L358: 	trace         *httptrace.ClientTrace // or nil
		transport.go#L408: 	return traceGot1xxResponseFunc(cs.trace)
		transport.go#L1222: 		trace:                httptrace.ContextClientTrace(ctx),
		transport.go#L1392: 			traceWait100Continue(cs.trace)
		transport.go#L1408: 				traceWroteRequest(cs.trace, err)
		transport.go#L1415: 				traceWroteRequest(cs.trace, err)
		transport.go#L1423: 	traceWroteRequest(cs.trace, err)
		transport.go#L1494: 	traceWroteHeaders(cs.trace)
		transport.go#L2300: 		if cs.trace != nil {
		transport.go#L2305: 			traceFirstResponseByte(cs.trace)
		transport.go#L2413: 			traceGot100Continue(cs.trace)